home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 May: Tool Chest / Dev.CD May 97 TC.toast / Sample Code / Snippets / OS Utilities / DeskPat / readme < prev   
Encoding:
Text File  |  1996-10-11  |  648 b   |  17 lines  |  [TEXT/ttxt]

  1.     Getting Desktop and Utilities Pattern  snippet
  2.     Albert Hui -- MacDTS
  3.     
  4.     This snippet how you can  access the "Desktop Pattern" and 
  5.     the "Set Utilities Pattern" pattern.(This pattern is set by holding down 
  6.     the option key in the Desktop Patterns Control Panel.)
  7.     
  8.     This control panel uses resources of type 'ppat' to store 
  9.     this pattern. The `ppat' resource is stored in the System file
  10.     in your System Folder; the desktop pattern has an ID of 16 and 
  11.     the utilities pattern has an ID of 42. Since this is not
  12.     documented, it could be subject to change at any moment. 
  13.     You should be careful when using this.
  14.  
  15.     This sample is built with CW 9. 
  16.  
  17.